fw4.uc: fix parsing boolean "0" values
Signed-off-by: Jo-Philipp Wich <[email protected]>
rule.uc: fix redundant whitespace in rules without target
Signed-off-by: Jo-Philipp Wich <[email protected]>
ruleset.uc: reduce empty lines in output
Signed-off-by: Jo-Philipp Wich <[email protected]>
fw4.uc: gracefully handle missing defaults section
Signed-off-by: Jo-Philipp Wich <[email protected]>
treewide: remove ucode module preloading
Instead of preloading ucode modules via the cmdline, require the modules
as needed. This simplifies test case constructions since mock modules
can be injected by modifying the search path.
Signed-off-by: Jo-Philipp Wich <[email protected]>
fw4.uc: remove upvalue caching
Now that ucode HEAD inherits the global scope in include() by default, we
do not need to cache our used functions anymore.
Signed-off-by: Jo-Philipp Wich <[email protected]>